From cc795367ff5b1bc4d9ff29074ceeb12068822e57 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Mon, 17 Oct 2011 18:07:19 +0100 Subject: [PATCH] build: bump automake requirement to 1.11 This is needed for the silent build rules, and probably more. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9bb8bc6..71ded2e 100644 --- a/configure.ac +++ b/configure.ac @@ -105,7 +105,7 @@ AC_SUBST(BABL_CURRENT_MINUS_AGE) dnl ========================================================================== -AM_INIT_AUTOMAKE([1.10 foreign no-define dist-bzip2 no-dist-gzip -Wno-portability]) +AM_INIT_AUTOMAKE([1.11 foreign no-define dist-bzip2 no-dist-gzip -Wno-portability]) # Enable silent build rules by default, requires at least # Automake-1.11. Disable by either passing --disable-silent-rules to -- 2.30.2